From c276728b98ca27bfb24bcc342c20def872fe3382 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Sat, 4 Feb 2023 14:01:18 +0100 Subject: [PATCH] Do not include binary examples excluded via d/copyright Last-Update: 2018-06-10 Gbp-Pq: Name do_not_install_binary_examples.patch --- CMakeLists.txt | 1 - data/CMakeLists.txt | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 data/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 929dccbb..a8b5a682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,6 @@ SetLibraryVersions() SetGlobalCompilerAndLinkerSettings() add_subdirectory(src) -add_subdirectory(data) BuildAndInstallDesignerPlugin() diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt deleted file mode 100644 index fa8e5aa3..00000000 --- a/data/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -add_subdirectory(examples) - -INSTALL( - FILES - License.txt - DESTINATION - ${CMAKE_INSTALL_DATADIR} -) - -- 2.30.2